From: Chong Yidong Date: Wed, 13 Jun 2007 17:34:12 +0000 (+0000) Subject: Link to xaw3d if available. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18423 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9f165f6a319f4d18b0178a09437d720178295b89;p=emacs.git Link to xaw3d if available. --- diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index bd5d9adbf9d..542b3ba5a60 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -48,7 +48,11 @@ Boston, MA 02110-1301, USA. */ #endif /* not USE_MOTIF && USE_LUCID */ #endif #if defined (USE_XAW) +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #include "lwlib-Xaw.h" #endif